home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / graphs / graphed-.1 / graphed- / usr / local / graphed / etc / graphed.wrapper next >
Encoding:
Text File  |  1995-07-10  |  310 b   |  13 lines

  1. #!/bin/sh
  2.  
  3. #Set this variable to the root of the directory tree in which
  4. #the binaries are installed
  5. GRAPHED_BASE=/public/graphed
  6.  
  7. GRAPHED_LIB=$GRAPHED_BASE/lib/graphed
  8. GRAPHED_INPUTS=.:$GRAPHED_LIB:$GRAPHED_INPUTS:$GRAPHED_LIB/types:$GRAPHED_LIB/fonts
  9.  
  10. export GRAPHED_INPUTS
  11.  
  12. $GRAPHED_BASE/bin/graphed.binary
  13.